type runtime/pprof.runtimeProfile

5 uses

	runtime/pprof (current package)
		pprof.go#L804: 	return printCountProfile(w, debug, name, &runtimeProfile{p, labels})
		pprof.go#L807: type runtimeProfile struct {
		pprof.go#L812: func (p *runtimeProfile) Len() int              { return len(p.stk) }
		pprof.go#L813: func (p *runtimeProfile) Stack(i int) []uintptr { return p.stk[i].Stack }
		pprof.go#L814: func (p *runtimeProfile) Label(i int) *labelMap { return (*labelMap)(p.labels[i]) }